home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / static / halfcouch.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  493 b   |  28 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52            // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
  5.     path models/static/couches
  6.     skelmodel halfcouch.skd
  7.     surface halfcouch shader static_halfcouch
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname animate
  15.         setsize "-4 -4 0" "4 4 4"
  16. //        seatoffset "-14 0 24"
  17. //        gravity 1.5
  18. //        vehiclespeed 800
  19.     }
  20. }
  21.  
  22. animations
  23. {
  24.     idle     halfcouch.skc
  25. }
  26.  
  27. /*QUAKED static_furniture_couch-half (0.5 0.0 0.5) (-24 -56 0) (24 64 48)
  28. */